home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / tcl / tcl7_3_s.z / tcl7_3_s / tcldev / dummy.c < prev    next >
C/C++ Source or Header  |  1993-10-08  |  167b  |  11 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include "tcl.h"
  4.  
  5. int
  6. Tcl_AppInit(interp)
  7.     Tcl_Interp *interp;        /* Interpreter for application. */
  8. {
  9.     return TCL_ERROR;
  10. }
  11.